home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Language/OS - Multiplatform Resource Library
/
LANGUAGE OS.iso
/
p4
/
p4-1_2b.lha
/
p4-1.2b
/
lib_f
/
tmp
/
p4_fmain.f
< prev
next >
Wrap
Text File
|
1993-02-05
|
252b
|
9 lines
C p4_fmain.f
C This file is the main for all the remote slave processes. This
C permits fortran I/O from the remotes slaves.
program fmain
C print *,'enter fortran slave'
call slstart()
C print *,'exit fortran slave'
end